Skip to content
Snippets Groups Projects
Forked from atlas / athena
146455 commits behind, 17932 commits ahead of the upstream repository.
user avatar
John Chapman authored
This is a manual sweep of the changes from !3978 into `master`.
Added an option to enable/disable recording of g4hits. The reason
for these changes is to fix the memory problems that were present
in the previous version of the code. There were minor problems with
the initialisation of new branches for the output tree, there were
some vectors that weren't getting cleared after each loop, and
there were a couple of objects that weren't being used anymore
which took up too much memory.

The initialisation of branches has been moved to the header file,
lines have been added to the source file to clean the vectors after
each loop and the unnecessary objects that accounted for most of the
memory problems have been removed.
28f9dfe6
History

ATLAS Offline software

Welcome to ATLAS offline software.

If you fork this project, please do not forget to add the ATLAS Robot as a developer (assuming you might want to submit a merge request) as documented here.

Please see the Twiki for more information, or look below for some other links.

Branches

The following branches are currently active:

Branch Purpose Main Project, Release Series
21.0 Tier0 and MC16c Athena, 21.0.X
21.0-mc16a MC16a bugfixes Athena, 21.0.20.Y
21.1 HLT and P1 monitoring AthenaP1, 21.1.X
21.1-dev HLT and P1 Run 2 Developments AthenaP1, No production releases
21.2 Derivations and Analysis AthDerivations + (Ath)AnalysisBase, 21.2.X
21.3 MC18 Simulation Athena + AthSimulation, 21.3.X
master AthenaMT development Athena, 22.0.X

Links

  • The ATLAS webpage will tell you all about the ATLAS experiment (for ATLAS members, the collaboration webpage is here)
  • The Twiki is the main source of documentation, and has many links to sub-domains
  • The software documentation page has some tutorials etc
  • The git repository is here
  • And the Doxygen code documentation can be found here