Skip to content
Snippets Groups Projects

Changed eos to cvmfs and included RAWtoALL

Merged Diptaparna Biswas requested to merge (removed):21.9 into 21.9

Changed eos to cvmfs for data-art Included RAWtoALL switches in Reco.py Renamed scripts to remove "_with_2020" part Removed the test for IDPVM postprocessing

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
38 hits_muons_100GeV=physval_muons_100GeV.HITS.root
39 else
40 hits_muons_100GeV="$hits_ref_muons_100GeV"
41 fi
42 if [ $dorec -ne 0 ]; then
43 esd_muons_100GeV=physval_muons_100GeV.ESD.root
44 else
45 esd_muons_100GeV=$artdata/InDetSLHC_Example/inputs/InclinedDuals_ESD_mu_100GeV.root
46 fi
47 #jo=$artdata/InDetSLHC_Example/jobOptions/PhysValITk_jobOptions.py moved to share/
48 dcubemon_muons_100GeV_sim=SiHitValid_muons_100GeV.root
49 dcubemon_muons_100GeV_digi_pixel=PixelRDOAnalysis_muons_100GeV.root
50 dcubemon_muons_100GeV_digi_strip=SCT_RDOAnalysis_muons_100GeV.root
51 dcubemon_muons_100GeV_rec=physval_muons_100GeV.root
52 dcubecfg_sim=$artdata/InDetSLHC_Example/dcube/config/InclinedDuals_SiHitValid_25x100.xml
53 dcubecfg_digi_pixel=$artdata/InDetSLHC_Example/dcube/config/InclinedDuals_PixelRDOAnalysis_25x100.xml
  • Hello @dbiswas, Looking at your script, I have also noticed that you have dedicated xml config files for the dcube comparison. This shouldn't be the case since we want to compare the same set of plots as in the other tests.

    Could you please update the all the tests using the default config files for the following variables?

    dcubecfg_sim, dcubecfg_digi_pixel, dcubecfg_digi_strip, dcubecfg_rec

    Thank you, Noemi

  • Please register or sign in to reply
  • Hi @ncalace,

    If I understand correctly, the simulation step should be identical for 50x50 and 25x100 tests. So, I think I can take the HITS and SiHitValid.root files that are being used as 50x50 reference and use them as the reference for 25x100 tests as well. Am I right? Or Do I need to separately produce the SiHitValid.root reference for 25x100 tests?

    Thanks,

    Diptaparna

    Edited by Diptaparna Biswas
  • Hello @dbiswas,

    you are right. In fact, for the 25x100 tests, it makes sense to have only the digi+reco tests since the hit production is the same for both 25x100 and 50x50 simulation. At this point we can do two things:

    • we could save a set of HITS from 21.9, produced in with a nightly we like, and use them as input to the reco job. If we do so, then we have to remember to update the reference in case something changes during sim.

    • we find the way to run the job on the hits produced with the other test, which I guess is possible only if you merge the two tests...

    Maybe @lmijovic or @nstyles have ideas on this and know how to run a test only after another is terminated?

    Cheers, Noemi

  • Hello @ncalace @npetters ,

    I have produced the 20.20 reference files for the 25x100 tests once again using 1 GeV single muon sample. The reference files along with the logs are in the following directories - /afs/cern.ch/user/d/dbiswas/work/public/ART/Reco2020_5Feb2019/20.20/RunArea/Simulate/Sgl_Muon_1GeV/ /afs/cern.ch/user/d/dbiswas/work/public/ART/Reco2020_5Feb2019/20.20/RunArea/Reconstr/SglMuon1GeV/ /afs/cern.ch/user/d/dbiswas/work/public/ART/Reco2020_5Feb2019/20.20/RunArea/Reconstr/RDO_Analysis_1GeV/

    I have run the ART test using these reference yesterday night and here is the produced output - https://test-plots.web.cern.ch/test-plots/test_InclinedDuals_single_muons_1GeV_25x100/

    Please let me know what you think about these.

    Thanks,

    Diptaparna

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading