CaloEvent: Clang fix.
The previous root workaround change causes a problem with clang, which doesn't seem to properly implement __attribute__((used)) for destructors. For clang, move the destructor completely out-of-line. (Trying to remove the destructor entirely resulted in a mysterious crash in TClass...). Former-commit-id: 806825294b5df121673c2a2dc78a5519e036e565
Please register or sign in to comment