Skip to content

Commit

Permalink
Merge pull request #23 from marcodeltutto/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marcodeltutto authored Oct 27, 2017
2 parents 2cddce5 + 46c433f commit ecb312d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Modules/UBXSec_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ void UBXSec::produce(art::Event & e) {
if (mc_par.StatusCode() != 1) continue;
n_genie_particles ++;
const TParticlePDG* par_pdg = _database_pdg->GetParticle(mc_par.PdgCode());
if (!par_pdg) continue;
if (par_pdg->Charge() == 0) continue;
n_genie_particles_charged ++;
}
Expand Down
2 changes: 1 addition & 1 deletion Utils/xml/run_grid_ubxsec_data_extbnb_group2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<inputdef>mdeltutt_prod_reco2_extbnb_v9_mcc8_group2</inputdef>
<!-- <defname>&name;_&tag;_ana</defname> -->
<maxfilesperjob>15</maxfilesperjob>
<outdir>/pnfs/uboone/scratch/users/mdeltutt/&release;/ubxsec_&ubxsec_version;_data_extbnb_group2;</outdir>
<outdir>/pnfs/uboone/scratch/users/mdeltutt/&release;/ubxsec_&ubxsec_version;_data_extbnb_group2</outdir>
<workdir>&PNFSpath;grid_workdir_ubxsec_data_extbnb_group2</workdir>
<numjobs>30</numjobs>
<datatier>ubana</datatier>
Expand Down

0 comments on commit ecb312d

Please sign in to comment.