Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCCSW external data files - re-organization #326

Open
vvolkl opened this issue Feb 22, 2019 · 6 comments
Open

FCCSW external data files - re-organization #326

vvolkl opened this issue Feb 22, 2019 · 6 comments

Comments

@vvolkl
Copy link
Member

vvolkl commented Feb 22, 2019

A quick search of FCCSW configs turns up the following files on eos:

/eos/project/f/fccsw-web/testsamples/FCC_minbias_100TeV.dat
/eos/project/f/fccsw-web/testsamples/testHepMCrandom.dat
/eos/project/f/fccsw-web/testsamples/testHepMCborders.dat
/eos/project/f/fccsw-web/testsamples/tkLayout_example_resolutions.root
/eos/project/f/fccsw-web/testsamples/example_MyPythia.dat
/eos/project/f/fccsw-web/testsamples/pp_h_4l.lhe
/eos/project/f/fccsw-web/testsamples/pp_zgzg_4l.lhe
/eos/project/f/fccsw-web/testsamples/elecNoise_ecalBarrel_50Ohm_traces2_2shieldWidth.root
/eos/project/f/fccsw-web/testsamples/elecNoise_emec_50Ohm_2shieldWidth_6layers.root

All the hepmc files can be easily produced on the fly. In addition, there are the following files not in testsamples on eos, which should be moved there:

/eos/user/n/nali/Hadrons/HadZ.root
/eos/user/n/nali/Hadrons/Analysis_HadZ.root
/eos/user/n/nali/SR/SR.root
/eos/user/n/nali/SR/Analysis_SR.root
/afs/cern.ch/user/a/azaborow/public/FCCSW/elecNoise_ecalBarrel_50Ohm_traces2_2shieldWidth_noise.root
/afs/cern.ch/work/c/cneubuse/public/FCChh/inBfield/noiseBarrel_mu100.root
/afs/cern.ch/user/c/cneubuse/public/FCChh/cellNoise_map_segHcal.root
/afs/cern.ch/work/c/cneubuse/public/FCChh/neighbours_map_segHcal.root
/afs/cern.ch/work/c/cneubuse/public/FCChh/cellNoise_map_segHcal_constNoiseLevel.root
/afs/cern.ch/work/c/cneubuse/public/FCChh/inBfield/noiseBarrel_mu100.root
@JavierCVilla
Copy link
Contributor

Indeed, one of the tests is currently failing (RecCalorimeter.recTopoClustersBarrelCaloSystemElecNoise) since it is trying to access to:

/afs/cern.ch/user/a/azaborow/public/FCCSW/elecNoise_ecalBarrel_50Ohm_traces2_2shieldWidth_noise.root

which may not exist anymore.

@clementhelsens
Copy link
Contributor

clementhelsens commented Mar 5, 2019 via email

@JavierCVilla
Copy link
Contributor

we really need to invest some time on some simple condition database as well.

@clementhelsens what do you mean with simple condition database?

@clementhelsens
Copy link
Contributor

clementhelsens commented Mar 5, 2019 via email

@vvolkl
Copy link
Member Author

vvolkl commented Mar 5, 2019

Hi Clement, for actual detector conditions such as alignment we should investigate also DD4hep https://github.com/AIDASoft/DD4hep/tree/master/DDCond For now I don't see a problem with keeping a few root files with noise maps etc. on eos, but it's true, at one point a database will be a better solution

@clementhelsens
Copy link
Contributor

clementhelsens commented Mar 5, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants