Releases: iLCSoft/DDMarlinPandora
Releases · iLCSoft/DDMarlinPandora
v00-12-02
v00-12-01
v00-12
v00-12
-
2021-09-06 Placido Fernandez Declara (PR#21)
- DDCaloDigi: Add setting of the fromType and toType parameters for the LCRelation collection between CaloHit and SimCaloHit
- DDSimpleMuonDigi: Add setting of the fromType and toType parameters for the LCRelation collection between CaloHit and SimCaloHit
-
2021-08-23 Andre Sailer (PR#22)
- CI: build against LCG_99python2 gcc8 and LCG_100 gcc10, clang11
v00-11
v00-11
- 2019-12-11 Ete Remi (PR#19)
- DDSimpleMuonDigi processor:
- added time computation
- Sort MC contribution by time
- Accumulate energy until the threshold is reached
- Return the corresponding MC contribution time
- added new parameter MuonTimeThreshold: the muon energy threshold for estimating the hit time
- added time computation
- DDSimpleMuonDigi processor:
v00-10
v00-10
- 2018-03-23 Ete Remi (PR#17)
- New class DDBFieldPlugin:
- Returns the B field magnitude from DD4hep detector field to Pandora
- DDPandoraPFANewProcessor:
- Added optional registration of DDBFieldPlugin under processor parameter condition "UseDD4hepField" (default false)
- DDCaloDigi:
- Fixed warning
- New class DDBFieldPlugin:
v00-09-01
v00-09
v00-09
- 2017-10-14 Ete Remi (PR#13)
- Added separate registration function for software compensation energy correction
- Software compensation parameters added in processor parameters
- SoftwareCompensationWeights : the sc weights
- SoftwareCompensationEnergyDensityBins : the energy density bins
- FinalEnergyDensityBin : the final energy density value
v00-08
v00-08
-
2017-07-07 Andre Sailer (PR#11)
- DDCaloDigi: add cleanup of PpdDigi objects, fixes small memory leak
-
2017-09-26 Andre Sailer (PR#12)
-
DDTrackCreator: implement passing of multiple track states to Pandora, needs PandoraPFA/LCContent#16
-
Implemented DDTrackCreatorBase::GetTrackStatesAtCalo to obtain second trackstate in the endcap
-
Added GetTrackStatesAtCalo and related code in DDTrackCreatorCLIC and DDTrackCreatorILD
-
DDPandoraPFANewProcessor:
- added TrackStateTolerance variable to tweak the radius until trackStates in the ECal endcap are accepted, by default only trackStates with a radius larger than EcalBarrel Inner radius are accepted
- added TrackSystemName parameter to chose trackSystem (DDKalTest) to use for trackState calculation
-
-
2017-10-06 Frank Gaede (PR#14)
- rm unused and deprecated DDRec/API/Calorimeter.h
- (see AIDASoft/DD4hep#241)
- rm unused and deprecated DDRec/API/Calorimeter.h
v00-07
v00-07
-
2017-04-21 Andre Sailer (PR#6)
- DDSimpleMuonDigi: set ID1 bit to store cellID1 for digitized hits
-
2017-06-20 Frank Gaede (PR#9)
- fix order of includes to get correct tinyxml.h from PandoraPFA
- needed on Mac to avoid confusion with tinyxml.h from DD4hep
- fix order of includes to get correct tinyxml.h from PandoraPFA
-
2017-06-20 Andre Sailer (PR#8)
- Adapt to changes in namespaces and LCDD --> Detector
-
2017-05-10 Andre Sailer (PR#7)
- Add Werror to CI configuration, no more warnings allowed in DDMarlinPandora