Releases: iLCSoft/MarlinReco
Releases · iLCSoft/MarlinReco
v01-21
v01-20
v01-20
-
2017-07-20 Andre Sailer (PR#17)
- TauFinder: fix memory leak (few kB/event)
-
2017-09-13 Frank Gaede (PR#22)
- add a default value for parameter inputHitCollections in RealisticCaloDigi.cc
- create package EventShapes_Fortran, Fixes #20
- moved YThres from EventShapes to EventShapes_Fortran - build EventShapes for C++ now
-
2017-09-27 libo929 (PR#24)
- improve SDHCALDigi/src/SimDigital.cc
- Fixed the exception of unknown name y
- add optional parameter HCALCellSize to overwrite the one from dd4hep
- Fixed the exception of unknown name y
- improve SDHCALDigi/src/SimDigital.cc
-
2017-07-29 libo929 (PR#18)
- Updated the SimDigital processor to make it compatible with lcgeo simulation
- Removed the digitization for ECAL
- Fixed the warnings
-
2017-08-14 Ete Remi (PR#19)
- BruteForceEcalGapFiller : Add missing information on calo hit type
-
2017-09-15 Daniel Jeans (PR#23)
- modify algorithm to fill ECAL gaps in BruteForceEcalGapFiller:
- overall linear suppression gap hit energies [as was done in DBD]
- additional logarithmic suppression to reduce large energy gap hits
- separate parameters for (a) gaps between modules, and (b) gaps within modules
- default values of new parameters seem reasonable for ILD_l4_v02 model
- modify algorithm to fill ECAL gaps in BruteForceEcalGapFiller:
-
2017-10-06 Andre Sailer (PR#25)
- Drop unused and no longer existing header includes AIDASoft/DD4hep#241
v01-19-01
v01-19
v01-19
-
2017-05-09 Andre Sailer (PR#8)
- CLICPfoSelector: remove dependency on GEAR File; simplify calculation of TimeAtECal by using trackState at Calorimeter
- CLICPfoSelector: fix coverity defect
- TauFinder: fix coverity defects; use streamlog instead of cout
-
2017-06-23 Andre Sailer (PR#13)
- TauFinder:: PrepareRecParticles: change second parameter with same name RecCollection --> RecCollection_Tracks
- V0Finder: Change second parameter to its correct Name RxyCutGamma --> RxyCutLambda
-
2017-06-20 Andre Sailer (PR#11)
- Adapt to changes in namespaces and LCDD --> Detector
-
2017-06-20 Shaojun Lu (PR#10)
- Set default from 'ON' to 'OFF' to build MarlinReco fortran sources.
- It could be switch on in the release-ilcsoft.cfg if you want.
- https://github.com/iLCSoft/iLCInstall/blob/master/releases/HEAD/release-ilcsoft.cfg#L116
-
2017-06-26 Andre Sailer (PR#15)
- RecoMCTruthLinker: clean collections that are only created for linking. Move cleanup to end of process event instead of trackLinker so things are also cleaned up if there are no tracks. Fixes memory leaks
-
2017-06-26 Frank Gaede (PR#14)
- replace Gear with DDRec and fix warnings in
- Compute_dEdxProcessor
- V0Finder
- KinkFinder - remove obsolete sub-packages:
- BrahmsTracking
- FullLDCTracking
- SiliconTracking
- TrackCheater
- TrackbasedPflow
- Wolf
- BCalReco
- ETDDigi
- FTDDigi
- replace Gear with DDRec and fix warnings in
-
2017-06-01 Matthias (PR#9)
- read magnetic field from dd4hep in taufinder particle preparator
- remove leftover condition for former printout of the taufinder, which prevents the desired increment of the iterator, and thus deletes wrong taucandidates when filling the reconstructed tau's
-
2017-04-22 Andre Sailer (PR#7)
- Re-enable compilation of CLICPfoSelector, CLICDstChecker
- Fix Warnings in CLICPfoSelector, CLICDstChecker
-
2017-04-22 Andre Sailer (PR#6)
-
Added additional TauFinder processor from Astrid Munnich, see doc/TauFinder/TauFinderLCDNote.pdf for description and performance
-
Ignore Warnings from external headers in MarlinReco
-
v01-18
v01-18-pre
v01-18
-
2017-03-30 Andre Sailer (PR#4)
- RecoMCTruthLinker: move encoder initialisation from constructor to function body to avoid accessing encoding_string too early
-
2017-03-24 Emilia Leogrande (PR#2)
- Replace ILDCellID0 to LCTrackerCellID
-
2017-04-12 Shaojun Lu (PR#5)
- update to latest changes in LCIO
- removed deprecated SimTrackerHit::setCellID
- don't use assignment for CellIDDecoder
- update to latest changes in LCIO