- Jun 22, 2017
-
-
Markus Frank authored
-
- Jun 20, 2017
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jun 19, 2017
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jun 08, 2017
-
-
Markus Frank authored
-
Markus Frank authored
-
Marko Petric authored
-
- May 22, 2017
-
-
Frank Gaede authored
-
Frank Gaede authored
-
- Apr 28, 2017
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Apr 20, 2017
-
-
Andre Sailer authored
-
Andre Sailer authored
if the hit is produced by a particle that is not kept in the MCParticle history we set the bit added originalG4ID to Geant4Particle class for faster lookup, as this ID is stored with the hit Otherwise we need a complicated and time-consuming logic to parse the equivalent map if this hit really belonged to that track
-
- Mar 31, 2017
-
-
Markus Frank authored
Add test to dump hits from MultiSegment-MultiCollections example. Investigate issue: https://github.com/AIDASoft/DD4hep/issues/141 for details
-
Markus Frank authored
Add test to dump hits from MultiSegment-MultiCollections example. Investigate issue: https://github.com/AIDASoft/DD4hep/issues/141 for details
-
- Mar 27, 2017
-
-
Shaojun Lu authored
-
- Mar 15, 2017
-
-
Markus Frank authored
-
- Mar 13, 2017
-
-
Andre Sailer authored
UserParticleHandler: fix logic for long lived particles with pre-assigned decays that end in the calorimeter fixes an issue where the MonteCarlo history becomes inconsistent with the history from the generator because the original particle entry is not updated
-
- Mar 10, 2017
-
-
Markus Frank authored
-
- Mar 01, 2017
-
-
Andre Sailer authored
-
- Feb 28, 2017
-
-
Frank Gaede authored
- change Geant4PrimaryInteraction::VertexMap to std::map<int,std::vector<Vertex*>>
-
- Feb 24, 2017
-
-
Frank Gaede authored
-
- Feb 23, 2017
-
-
Andre Sailer authored
Use in event readers like: MyReader::setParameters( std::map< std::string, std::string > & parameters ) { // int (or double, ...) m_parameter, defaultValue _getParameterValue( parameters, "MyParameters", m_parameter, defaultValue); }
-
- Feb 17, 2017
-
-
Andre Sailer authored
TrackerWeightedAction: Fix defaults which caused an empty hit to be stored which broke the MCHistory
-
- Feb 15, 2017
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Feb 13, 2017
-
-
Frank Gaede authored
-
Markus Frank authored
Fix example DDG4/examples/readHEPMC.py and allow access to STL containers from DD4hep python interface
-
Frank Gaede authored
- changed signature of Geant4EventReader::readParticles(int,Vertex*, Particles&) to Geant4EventReader::readParticles(int,Vertices&, Particles& ) - implement in LCIOEventReader, Geant4EventReaderHepEvt and Geant4EventReaderHepMC - for now still one vertex only is created using the first final state particle for HepEvt and LCIO
-