Alja Mrak Tadel

Results 36 comments of Alja Mrak Tadel

@smuzaffar I don't know how the PR in some other package can trigger unit tests in Fireworks/Geometry. Now I'm not even sure if reco geometry and sim geometry dumper are...

@mmusich Thank you very much for the unit test and the improvements in the dumpRecoGeometry_cfg.py!

@Dr15Jones Fireworks creates a histogram in memory for calorimeter visualization. The TH1::AddDirectory(kFALSE) is called in all 3 places. Here is the example: https://github.com/cms-sw/cmssw/blob/master/Fireworks/Core/src/Context.cc#L139-L146 The TH1::AddDirectory(kFALSE) is already called. Do I...