diff --git a/Phys/DaVinci/python/DaVinci/locations.py b/Phys/DaVinci/python/DaVinci/locations.py index 38a1042747e2bf7242a67643d621d47f437ab6db..17f129bdad4e2fda81169b0d21915064f8217fd4 100644 --- a/Phys/DaVinci/python/DaVinci/locations.py +++ b/Phys/DaVinci/python/DaVinci/locations.py @@ -44,7 +44,7 @@ LocationsUnpackedReco = Enum( {e.name: e.value.replace("pRec", "Rec") for e in LocationsPackedReco}) LocationsUnpackedReco.__doc__ = """ -Locations of packed reconstruction objects, stored under "/Event/pRec". +Locations of unpacked reconstruction objects, stored under "/Event/Rec". """