Skip to content

Commit

Permalink
HF jet: Minor database fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Sep 4, 2024
1 parent d14a0e0 commit 2abb66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# You should have received a copy of the GNU General Public License #
# along with this program. if not, see <https://www.gnu.org/licenses/>. #

D0jet_pp:
D0Jet_pp:
doml: true
mass: 1.864
sel_reco_unp: "fPt > 1."
Expand Down Expand Up @@ -242,7 +242,7 @@ D0jet_pp:
#region multi
multi:
data:
nprocessesparallel: 20
nprocessesparallel: 80
maxfiles: [-1] #list of periods
chunksizeunp: [100] #list of periods
chunksizeskim: [100] #list of periods
Expand All @@ -264,7 +264,7 @@ D0jet_pp:
pkl_evtcounter_all: '${USER}/d0jet/pp_data_evttot'
mcreweights: [../Analyses] #list of periods
mc:
nprocessesparallel: 20
nprocessesparallel: 80
maxfiles: [-1] #list of periods
chunksizeunp: [100] #list of periods
chunksizeskim: [1000] #list of periods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ LcJet_pp:
#region multi
multi:
data:
nprocessesparallel: 20
nprocessesparallel: 80
maxfiles: [-1] #list of periods
chunksizeunp: [100] #list of periods
chunksizeskim: [100] #list of periods
Expand All @@ -252,7 +252,7 @@ LcJet_pp:
pkl_evtcounter_all: '${USER}/train_257594/lcjet/pp_data_evttot'
mcreweights: [../Analyses] #list of periods
mc:
nprocessesparallel: 20
nprocessesparallel: 80
maxfiles: [-1] #list of periods
chunksizeunp: [100] #list of periods
chunksizeskim: [1000] #list of periods
Expand Down Expand Up @@ -468,7 +468,7 @@ LcJet_pp:
fd_parquet: '/data2/jklein/powheg/Lc_powheg_fd_F05_R05.parquet'

proc_type: Jets
useperiod: [1,1] #list of periods
useperiod: [1] #list of periods
usejetptbinned_deff: false
doeff_resp: true #efficiency correction for the response matrix
unmatched_gen: true
Expand Down Expand Up @@ -508,7 +508,7 @@ LcJet_pp:
resultsallp: '/home/${USER}/mlhep/lcjet/jet_obs/default/default/data/results_all'
mc: &mc_out_default
runselection: [null,null] #FIXME
results: ['/home/${USER}/mlhep/lcjet/jet_obs/prod_LHC24d3b/default/default/mc/results'] #list of periods
results: ['/home/${USER}/mlhep/lcjet/jet_obs/default/default/mc/results'] #list of periods
resultsallp: '/home/${USER}/mlhep/lcjet/jet_obs/default/default/mc/results_all'
data_proc: # alternative processor output used as the analyzer input
<<: *data_out_default
Expand Down

0 comments on commit 2abb66d

Please sign in to comment.